From: Jim Blandy Date: Mon, 3 May 1993 03:41:07 +0000 (+0000) Subject: * yow.el (yow): Fix interactive spec. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96425 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b22795d3e827777d0ab00e9012f55dd804ab48d4;p=emacs.git * yow.el (yow): Fix interactive spec. --- diff --git a/lisp/play/yow.el b/lisp/play/yow.el index 9ac8c5197e4..94713ceac2d 100644 --- a/lisp/play/yow.el +++ b/lisp/play/yow.el @@ -39,7 +39,7 @@ ;;;###autoload (defun yow (&optional interactive) "Return or display a random Zippy quotation." - (interactive "P") + (interactive "p") (let ((yow (cookie yow-file "Am I CONSING yet?..." "I have SEEN the CONSING!!"))) (cond ((not interactive)